runtime.g.syscallpc (field)
13 uses
runtime (current package)
cgocall.go#L348: savedpc := gp.syscallpc
heapdump.go#L345: pc = gp.syscallpc
proc.go#L2518: gp.syscallpc = gp.sched.pc
proc.go#L4654: gp.syscallpc = pc
proc.go#L4808: gp.syscallpc = gp.sched.pc
proc.go#L5793: if mp.ncgo > 0 && mp.curg != nil && mp.curg.syscallpc != 0 && mp.curg.syscallsp != 0 {
proc.go#L5809: u.initAt(mp.curg.syscallpc, mp.curg.syscallsp, 0, mp.curg, unwindSilentErrors)
runtime2.go#L490: syscallpc uintptr // if status==Gsyscall, syscallpc = sched.pc to use during gc
stack.go#L1053: gp.syscallpc = morebuf.pc
traceback.go#L154: pc0 = gp.syscallpc
traceback.go#L224: isSyscall := frame.pc == pc0 && frame.sp == sp0 && pc0 == gp.syscallpc && sp0 == gp.syscallsp
traceback.go#L843: pc = gp.syscallpc
tracestack.go#L106: pcBuf[1] = gp.syscallpc
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |